EcoSpaceDesignerPlugins example
===============================

Purpose
The primary purpose of the example is to show how to write a plugin 
toolbutton into the EcoSpace designer and access model information at design time.

Secondary purpose
The HtmlReportTool extracts model information and dumps it in a HTML-file. 
It may serve as a starting point for creating your own custom reports from the model.

How to use it 
1) Compile EcoSpaceDesignerPlugins.bdsproj to get EcoSpaceDesignerPlugins.dll
2) Make the DLL known to the IDE by adding the following information into the registry:

[HKEY_CURRENT_USER\Software\Borland\BDS\<<version>>\Known IDE Assemblies]
"<<full path to directory containing the dll>>\\EcoSpaceDesignerPlugins.dll"="Eco EcoSpaceDesignerPlugins Example"

A few things worth noting:
<<version>> - Version of your IDE (e.g. 3.0)

<<full path to directory containing the EcoSpaceDesignerPlugins.dll>> - 
                         should be replaced with... I'm not going to tell you! Anyway, the paths must be separated with
                         double back slahes ("\\").

3) Restart the IDE.

4) Create a new ECO Application. You should have a new button on the lower toolbar.

5) Study the code.
